NET
epub |eng | 2010-02-04 | Author:Richter, Jeffrey [Jeffrey Richter]

Note There are two issues to note about my Exception<TExceptionArgs> class. The first issue is that any exception type you define with it is always derived from System.Exception. In most ...
( Category: NET April 6,2014 )
epub, pdf |eng | 2011-05-22 | Author:Dan Clark

Summary In this chapter, you examined the various types of collections exposed by the .NET Framework. You learned how to work with arrays, array lists, queues, stacks, and generic collections. ...
( Category: Object-Oriented Design March 26,2014 )
epub |eng | 2012-10-20 | Author:Bruce Johnson [Johnson, Bruce]

To create a strongly typed DataSet from an existing database, follow these steps: 1. Right-click on the project in Solution Explorer and select Add -> New Item. 2. Navigate to ...
( Category: NET March 26,2014 )
epub, pdf |eng | 2012-11-29 | Author:Matthew MacDonald [MacDonald, Matthew]

</Border> </ControlTemplate> Technically, you could change the template of a user control. In fact, you could move all your markup into the template, with only slight readjusting. But there’s really ...
( Category: Software Development March 26,2014 )
epub |eng | 2011-12-05 | Author:Matthew MacDonald [MacDonald, Matthew]

Figure 18-4. A color picker custom control with two different templates Documenting Template Parts There’s one last refinement that you should make to the previous example. Good design guidelines suggest ...
( Category: Software Development March 26,2014 )
epub, pdf |eng | 2013-03-27 | Author:Badrinarayanan Lakshmiraghavan [Lakshmiraghavan, Badrinarayanan]

if (headers.Authorization != null && headers.Authorization.Scheme.Equals("Saml")) { string token = encoding.GetString( Convert.FromBase64String(headers.Authorization.Parameter)); // Code to use the token goes here } return await base.SendAsync(request, cancellationToken); } } It is possible ...
( Category: Software Development March 26,2014 )
epub |eng | 2012-09-13 | Author:Jess Chadwick, Todd Snyder & Hrusikesh Panda [Jess Chadwick, Todd Snyder, and Hrusikesh Panda]

Donut Hole Caching Donut hole caching is the inverse of donut caching: while the donut caching technique caches the entire page, leaving out only a few small sections, donut hole ...
( Category: NET March 26,2014 )